Background Video.module.css

13

video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
<video
  src="#defer-loading"
  poster="nice-default.jpg
  autoplay
/>

Comments

Submit
0 Comments